func net/http.parseCookieValue
4 uses
net/http (current package)
cookie.go#L79: value, ok = parseCookieValue(value, true)
cookie.go#L99: val, ok = parseCookieValue(val, false)
cookie.go#L300: val, ok := parseCookieValue(val, true)
cookie.go#L446: func parseCookieValue(raw string, allowDoubleQuote bool) (string, bool) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)